From: Tim Janik Date: Fri, 20 Jun 2008 11:09:08 +0000 (+0000) Subject: Seal GtkTearoffMenuItem. X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~428^2^2~31850 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=159edce905b801f4312cc6ed4c238f4adf17e069;p=gtk4.git Seal GtkTearoffMenuItem. (the torn_off field is for internal state keeping, you can retrieve the value from the parent menu's tearoff_state). svn path=/trunk/; revision=20614 --- diff --git a/gtk/gtktearoffmenuitem.h b/gtk/gtktearoffmenuitem.h index 30fcc95808..7d1e88c027 100644 --- a/gtk/gtktearoffmenuitem.h +++ b/gtk/gtktearoffmenuitem.h @@ -52,7 +52,7 @@ struct _GtkTearoffMenuItem { GtkMenuItem menu_item; - guint torn_off : 1; + guint GSEAL (torn_off : 1); }; struct _GtkTearoffMenuItemClass